body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,
form,fieldset,legend,button,input,textarea,th,td  {margin:0;padding:0;}

body,button,input,select,textarea{font:12px/1.5 "microsoft yahei",arial,\5b8b\4f53;}

input,textarea,select{outline: none;  -webkit-tap-highlight-color: rgba(0,0,0,0);}

h1,h2,h3,h4,h5,h6{font-size:100%;}

address,cite,dfn,em,var{font-style:normal;}

code,kbd,pre,samp{font-family:courier new,courier,monospace;}

small{font-size:12px;}

ul,ol{list-style:none;}

a{text-decoration:none;}

a:hover{text-decoration:none;}
.menuli a:hover{text-decoration:underline;}

sup{vertical-align:text-top;}

sub{vertical-align:text-bottom;}

legend{color:#000;}

fieldset,img{border:0;}

button,input,select,textarea{font-size:100%;}

table{border-collapse:collapse;border-spacing:0;}

.fl{
	float: left;
}

.fr{
	float: right;
}

.clearfix::after{
	content: '';
	display: table;
	clear: both;
}
/*导航头*/
.head_top{
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: #f9f9f9;
	border-bottom: 1px solid #dfdfdf;
	box-sizing: border-box;
}

.head_top_main{
	width: 1100px;
	margin: auto;
}

.head_top_left p{
	color: #868686;
}

.head_top_left p > a{
	color: #8885da;
	margin: 0 5px;
}

.head_top_right a{
	display: inline-block;
	color: #8686a2;
	padding:0 15px;
	border-right: 1px solid #dfdfdf;
	box-sizing: border-box;
}

.head_top_right a:first-child{
	border-left: 1px solid #dfdfdf;
}

/* 大标题 */
.head{
	width: 1100px;
	margin:0 auto 20px;
}

.head .logo{
	width: 200px;
	height: 64px;
	margin-top: 20px;
}

.head .search{      
	font-size: 14px;
	vertical-align: middle;                     
	margin: 30px 0 0 110px;
}

.head .search label{
	text-align: center;
	width: 65px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #bfbfbf;
	box-sizing: border-box;
}

.head .search input[type='text'] {
	width: 310px;
	height: 45px;
	border: 1px solid #bfbfbf;
	border-left: 0;
	border-right: 0;
	padding-left: 10px;
	box-sizing: border-box;
}

.head .search .submit{
	color: #fff;
	width: 86px;
	height: 45px;
	background: #266192;
	border: 0;
}

.Third{
	margin: 40px 0 0 30px;
}

.Third .icon{
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-right: 13px;
}

.Third .icon-wechat{
	background: url('./image/icon_wechat.png') no-repeat center center;
}
.Third .icon-weibo{
	background: url('./image/icon_weibo.png') no-repeat center center;
}
.Third .icon-toutiao{
	background: url('./image/icon_toutiao.png') no-repeat center center;
}
.Third .icon-baidu{
	background: url('./image/icon_baidu.png') no-repeat center center;
}

.icon-btn{
	margin: 42px 30px 0 0;
}

/* 导航 */
.nav{
	width: 100%;
	height: 45px;
	line-height: 45px;
	/*background: #3278d1;*/
	overflow: hidden;
}


.nav > ul{
	align-items: center;
	width: 1100px;
	margin: auto;
	clear: both;
}

.nav > ul > li{
	float: left;
	padding: 0 15px;
	border-right: 1px solid #fff;
	font-weight: bold;
}

.nav > ul > li:last-child {
	border-right: 0;
}

.nav > ul > li > a {
	font-size: 16px;
	color: #fff;
}

/* 二级导航 */
.sub_nav{
	/*border-bottom: 1px solid #ccc;*/
}
.sub_nav > ul{
	text-align: center;
	width: 1100px;
	line-height:65px;
	margin: auto;
}

.sub_nav > ul > li{
	display: inline-block;
	font-size: 14px;
	padding: 0px 21px;
}

.sub_nav > ul > li > a{
	color: #333;
	font-weight: bold;
}

.sub_nav > ul > a.nav_icon{
	display: block;
	width: 55px;
	height: 20px;
	background: url('./image/sub_logo.png') no-repeat;
	margin-left: 10px;
}

.sub_nav > ul > li > a:hover{
	text-decoration: none;
	color: #3278d1;
	border-bottom: 2px solid #3278d1
}

/*账号登录*/

.login_right{
	width: 285px;
    height: 350px;
  	border: 1px solid #ccc;
    overflow: hidden;
}
.login_right form {
	border-bottom: 3px solid #EE3530;
}

input {
	display: inline-block;
}

.logintop {
	height: 40px;
	width: 100%;
	margin-top: 5px;
}

.logintop .memberlogin {
	margin-left: 13px;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #999;
}

.logintop .reglianjie {
	margin-top: 15px;
	margin-right: 5px;
	font-size: 12px;
	font-family: "微软雅黑";
	color: #666;
	float: right;
}

.loginmain {
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}

.loginmain .zhanghu {
	height: 32px;
	border: 1px solid #AACAE7;
	width: 220px;
	margin: 5px auto 16px;
}

.loginmain .mima {
	height: 32px;
	border: 1px solid #AACAE7;
	width: 220px;
	margin: 0 auto 20px;
}

.loginmain input {
	margin-left: 5px;
	height: 30px;
	line-height: 25px;
	outline: none;
	border: none;
	display: inline-block;
}

.loginfoot {
	height: 30px;
	width: 100%;
	font-size: 12px;
}

.loginmain button {
	width: 70px;
	height: 25px;
	background: #3278D1;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid #3278d0;
	border-radius: 3px;
	text-align: center;
	margin: 0 10px;
}
.loginmain h1{
	font-size: 18px;
	padding-top: 30px;
}
.loginmain h1 span{
	color: #FF6600;
}
.loginmain .layout{
	margin: 30px auto 0;
}

.zhanghu span {
	height: 30px;
	width: 32px;
	margin-top: 1px;
	border-right: 1px solid #AACAE7;
	display: inline-block;
	background: url("./image/member.png");
	float: left;
}

.mima span {
	height: 30px;
	width: 32px;
	margin-top: 1px;
	border-right: 1px solid #AACAE7;
	display: inline-block;
	float: left;
	background: url("./image/pwd.png");
}

.loginmain .mima input {
	float: left;
}

.loginmain .zhanghu input {
	float: left;
}

.loginfoot .ft-left {
	display: inline-block;
	float: left;
	margin-left: 10px;
}

.loginfoot .ft-right {
	display: inline-block;
	float: right;
}

.loginfoot a {
	float: right;
}

.loginmain a {
	color: #fff;
}


/* 层 */
.section{
	width: 1100px;
	margin:0 auto;
}

/* 轮播图 */
.slideBox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 2px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}

.slideBox .hd ul li.on {
	background: #f00;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
}

.slideBox .bd img {
	width: 100%;
	height: 100%;
	display: block;
}

.slideBox .bd p {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 14px;
	font-weight: blod;
	color: #fff;
	text-align: center;
	background: #22262a;
	width:100%;
	height: 50px;
	line-height: 50px;
}

/*广告图*/
.ad{
	width: 1100px;
	height: 77px;
	background: #78b3ff;
	margin: auto;
}
.auto-ad{
	width: 100%;
	height: 77px;
	margin-top: 20px;
	background: #78b3ff;
}
.ad_more{
	background: #186ac9;
	overflow: hidden;
}
.ad_more > div{
	float: left;
}
.ad_more .logo{
	margin: 10px 0 0 35px;
}
.ad_more .title{
	color: #fff;
	margin: 10px 0 0 10px;
}
.ad_more .title h1{
	font-size: 16px;
}
.ad_more .search{
	color: #fff;
	margin: 10px 0 0 90px;
}
.ad_more .form-input{
	display: inline-block;
	margin-right: 100px;
	margin-bottom: 10px;
}
.ad_more .search select{
	width: 115px;
	height: 25px;
}
.ad_more .search label{
	display: inline-block;
	width: 60px;
	text-align: right;
}
.ad_more .search input[type="text"] {
	width: 115px;
} 
.ad_more .search input[type="submit"] {
	color: #fff;
	padding:2px 5px;
	background-color: #fb6426;
	border: none;
	border-radius: 3px;
	margin-left: 5px;
}
.ad_more .phone{
	color: #fff;
	margin-top: 20px;
}
.ad_more .phone h1{
	font-size: 16px;
	font-weight: normal;
	padding-left: 25px;
	background: url(./image/phone.png) left center no-repeat;
}
.ad_more .phone p{
	font-size: 14px;
	text-align: center;
	padding-left: 10px;
}

.ad_asdie{
	width: 100%;
	height: 85px;
	background: #c1c2e7;
	margin-top: 20px;
}

/*等分*/
.ad-middle{
	display: inline-block;
	width: 270px;
	height: 78px;
	background:#c1c2e7;
}
/*对半*/
.ad_half{
	display: inline-block;
	width: 49.8%;
	height: 78px;
	margin: 0 0px;
	background:#c1c2e7;
}

/*公共头*/
.base-tit{
	width: 100%;
	height: 35px;
	margin-bottom: 10px;
	border-bottom: 1px solid #333;
	overflow: hidden;
}
.base-tit > a{
	display: inline-block;
    width: 110px;
    background: url(./image/zixunoff.gif) no-repeat;
    font-size: 18px;
    line-height: 35px;
    color: #434343;
    padding-left: 20px;
}
.base-tit > a.active,
.base-tit > a:hover{
	color: #fff;
    background: url(./image/zixunon.gif) no-repeat;
	text-decoration: none;
}

/*长标题*/
.long-tit {
	width: 100%;
	height: 33px;
	line-height: 33px;
	margin-bottom: 5px;
	border-bottom: 0;
}
.long-tit a.active{
	display: block;
	width: 100%;
	font-size: 16px;
	color: #fff;
	padding-left: 35px;
	text-align: left;
	background: url(./image/long_tit.png) no-repeat left center;
	background-size: cover;
	border: 0;
}

/*商城头*/
.shop-tit{
	width: 100%;
	background: url(./image/shop-tit.png) left center no-repeat;
}
.shop-tit p{
	display: inline-block;
	font-size: 16px;
	vertical-align: top;
	
	padding: 5px 10px 0 30px;
}
.shop-tit p a{
	color: #fff;
}
.base-tit strong{
	display: inline-block;
	color: #666;
	vertical-align: middle;
	text-align: center;
	width: calc(100% - 270px);
	margin-top: 8px;
}
.base-tit .img{
	float: right;
	width: 110px;
	background: none;
    padding: 0;
	margin-right: 10px;
    margin-top: 5px;
}
/*右侧头*/
.base-tit-right{
	font-size: 16px;
	color: #3278D1;
	width: 100%;
	height: 37px;
	line-height: 37px;
	padding-left: 30px;
	background:url('image/zuixin_title.gif') no-repeat left center;
	border-bottom:1px solid #3278d1;
	box-sizing: border-box;
}

/*块状头部*/
.base-tit-display{
	width: 100%;
	height: 33px;
	line-height: 33px;
	border-bottom: 1px solid #3278d1;
	box-sizing: border-box;
}
.base-tit-display span{
	display: inline-block;
	font-size: 16px;
	color: #fff;
	width: 95px;
	height: 100%;
	padding-left: 22px;
	background: #3278d1 url(./image/arrow-tit.png) 7px center no-repeat;
	box-sizing: border-box;
}
.base-tit-display a{
	font-size: 13px;
	color: #666;
}

/* 底部 */
.footer{
	color: #666;
	width: 1100px;
	margin: auto;
	text-align: center;
}
.footer .foot_msg{
	padding: 10px 0;
}
.footer .foot_msg a{
	color: #666;
}
.footer .foot_icon img{
	margin: 0 10px;
	vertical-align: middle;
}

/* 侧边栏 */
.sidebar {
	position: fixed;
	left: 140px;
	top: 250px;
	width: 120px;
	z-index: 10000;
}

.sidebar li{
	text-align: center;
	width: 100%;
	height: 40px;
	line-height: 40px;
}
.sidebar li a{
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #3278d1;
	background: #f7f7fa;
}
.sidebar li:last-child{
	margin-top: -10px;
}
.sidebar li:last-child::before{
	content: '';
	display: block;
	position: relative;
	top: 10px;
	width: 0;
	height: 0;
	margin: auto;
	border: 5px solid transparent;
	border-bottom-color: #3278d1;
}
.sidebar li.active a,
.sidebar li:hover a{
	color: #fff;
	background: #3278d1;
	text-decoration: none;
}
.sidebar li:hover:last-child::before{
	border-bottom-color: #fff;
}

@media only screen and (max-width: 1600px) {
	.sidebar{
		left: 15px;
	}
}

/* 面包屑 */
.mbar{
	width: 1100px;
	margin: 20px auto;
}

.mbar p,.mbar a{
	color: #666;
}
.mbar a{
	margin: 0 5px;
}
.mbar p span{
	color: red;
	margin: 0 5px;
}
/*三级右侧头*/
.base-level-tit{
	width: 100%;
	line-height: 35px;
	border-bottom: 1px solid #e3e4ea;
}
.base-level-tit h1{
	font-size: 14px;
	width: 67px;
	border-bottom: 1px solid #3278d1;	
}
.base-level-tit .tit1{
	font-size: 16px;
	width: 67px;
	border-bottom: 1px solid #3278d1;
	font-weight:700;
	color:#333;
}
/*播放按钮*/
.video-icon{
	position: absolute;
	left: 0;
	right: 0;
	top: -15px;
	bottom: 0;
	margin: auto;
	background: url(./image/video-lg-icon.png) center center no-repeat;
	background-size: 60px 60px;
}
